Add gtk_test_widget_wait_for_draw to docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 18:49:43 +0000 (14:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 18:49:43 +0000 (14:49 -0400)
docs/reference/gtk/gtk3-sections.txt
gtk/gtktestutils.c

index 0e16c95a3e3cb865b5e5fb1584f139e9c00f0dfd..a4db1d71962c81e42c37a98c51766488993d0417 100644 (file)
@@ -7142,6 +7142,7 @@ gtk_test_text_get
 gtk_test_text_set
 gtk_test_widget_click
 gtk_test_widget_send_key
+gtk_test_widget_wait_for_draw
 </SECTION>
 
 <SECTION>
index 0b3831d6c08920f254d500a301a119ca6d9bf770..205f7288e7367e451fd3b0087ad1295a51e3e674 100644 (file)
@@ -137,6 +137,8 @@ quit_main_loop_callback (GtkWidget     *widget,
  * This function is intended to be used for syncing with actions that
  * depend on @widget relayouting or on interaction with the display
  * server.
+ *
+ * Since: 3.10
  **/
 void
 gtk_test_widget_wait_for_draw (GtkWidget *widget)